@media print {

#printheader {
	display: block;
	width: 250px;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
}

#nav {
	display: none;
}

#content {
	margin: 84px 0 0 0 !important;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 0.7em 0 1.4em 0;
	max-width: 100%;
}

#footer {
	margin: 0 !important;
	padding: 0.4em 0;
}

#pagephotos {
	float: right;
	margin: 0 0 1em 1em!important;
}


* {
	color: #000 !important;
	background: none !important;
	font-family: avenir, helvetica, arial, verdana, sans-serif;
}

h2#header, #devlinks {
	display: none;
}




/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

h1 .sIFR-flash, h1 .sIFR-flash object, h1 .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden !important;
}

h1 {
	position: relative;
	height: 1.6em;
}

h1 span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	color: #000;
	width: 100%;
	height: auto;
}


}